Cutting, Copying and Pasting ESDL Code

The Edit menu in the state editor provides several functions to ease the specification of actions in ESDL.

  1. Do one of the following:

    • Highlight the section of code you want to edit.
    • In the Edit menu, select Select All to highlight all the code of the current action.
  2. In the Edit menu, select Cut to remove the selected code and store it on the clipboard.
  3. In the Edit menu, select Copy to copy the highlighted code to the clipboard.
  4. In the Edit menu, select Paste to paste the code from the clipboard to any tab.

You can search and replace code.

You can also insert code from an external source into the action, or save the code you specified in an external file.

You can print the specified code.

See also

Searching and Replacing C Code

Integrating an External Source File

Printing the C Code